home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ussbc23.zip / DEMOS / RPDEMOFM.DFM / RPDEMOFM.txt
Text File  |  1996-07-25  |  6KB  |  246 lines

  1. object fmDemo: TfmDemo
  2.   Left = 84
  3.   Top = 113
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'Soft Sector Bar Code Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   WindowState = wsMaximized
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   TextHeight = 16
  17.   object RPSSBarCode: TRPSSBarCode
  18.     Left = 168
  19.     Top = 32
  20.     Width = 221
  21.     Height = 69
  22.     BarCodeType = bcCode39
  23.     BarColor = clBlack
  24.     BarWidth = 0.009999999776482582
  25.     Data = 'SOFT SECTOR'
  26.     WideBarRatio = 3.000000000000000000
  27.     Color = clWhite
  28.     Font.Color = clWindowText
  29.     Font.Height = 14
  30.     Font.Name = 'Courier New'
  31.     Font.Style = []
  32.   end
  33.   object Panel: TPanel
  34.     Left = 0
  35.     Top = 272
  36.     Width = 632
  37.     Height = 149
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     Font.Color = clWindowText
  41.     Font.Height = -13
  42.     Font.Name = 'Arial'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     TabOrder = 0
  46.     object Label1: TLabel
  47.       Left = 13
  48.       Top = 53
  49.       Width = 86
  50.       Height = 16
  51.       Caption = 'Bar Code Type'
  52.     end
  53.     object Label2: TLabel
  54.       Left = 281
  55.       Top = 9
  56.       Width = 58
  57.       Height = 16
  58.       Caption = 'Bar Width'
  59.     end
  60.     object Label3: TLabel
  61.       Left = 281
  62.       Top = 53
  63.       Width = 63
  64.       Height = 16
  65.       Caption = 'Orientation'
  66.     end
  67.     object Label4: TLabel
  68.       Left = 13
  69.       Top = 9
  70.       Width = 27
  71.       Height = 16
  72.       Caption = 'Data'
  73.     end
  74.     object Label5: TLabel
  75.       Left = 389
  76.       Top = 30
  77.       Width = 38
  78.       Height = 16
  79.       Caption = 'inches'
  80.     end
  81.     object cbType: TComboBox
  82.       Left = 13
  83.       Top = 69
  84.       Width = 252
  85.       Height = 24
  86.       Style = csDropDownList
  87.       ItemHeight = 16
  88.       Items.Strings = (
  89.         'Code 128'
  90.         'Code 39'
  91.         'EAN-13'
  92.         'Interleaved 2 of 5'
  93.         'Postnet'
  94.         'UPC-A')
  95.       TabOrder = 4
  96.     end
  97.     object ckBearer: TCheckBox
  98.       Left = 501
  99.       Top = 67
  100.       Width = 100
  101.       Height = 22
  102.       Caption = 'Bearer Bars?'
  103.       TabOrder = 2
  104.       OnClick = ckBearerClick
  105.     end
  106.     object ckReadable: TCheckBox
  107.       Left = 464
  108.       Top = 24
  109.       Width = 169
  110.       Height = 21
  111.       Caption = 'Print Human Readable?'
  112.       State = cbChecked
  113.       TabOrder = 3
  114.       OnClick = ckReadableClick
  115.     end
  116.     object cbOrientation: TComboBox
  117.       Left = 281
  118.       Top = 69
  119.       Width = 193
  120.       Height = 24
  121.       Style = csDropDownList
  122.       ItemHeight = 16
  123.       Items.Strings = (
  124.         'Left to Right'
  125.         'Right To Left'
  126.         'Top to Bottom'
  127.         'Bottom to Top')
  128.       TabOrder = 5
  129.     end
  130.     object edData: TEdit
  131.       Left = 13
  132.       Top = 24
  133.       Width = 252
  134.       Height = 24
  135.       CharCase = ecUpperCase
  136.       TabOrder = 0
  137.       Text = 'SOFT SECTOR'
  138.     end
  139.     object btUpdate: TBitBtn
  140.       Left = 13
  141.       Top = 104
  142.       Width = 140
  143.       Height = 41
  144.       Caption = '&Update Barcode'
  145.       TabOrder = 6
  146.       OnClick = btUpdateClick
  147.       Style = bsNew
  148.     end
  149.     object btClose: TBitBtn
  150.       Left = 520
  151.       Top = 104
  152.       Width = 101
  153.       Height = 41
  154.       TabOrder = 9
  155.       Kind = bkClose
  156.       Style = bsNew
  157.     end
  158.     object edWidth: TEdit
  159.       Left = 281
  160.       Top = 24
  161.       Width = 104
  162.       Height = 24
  163.       TabOrder = 1
  164.       Text = '0.010'
  165.     end
  166.     object btPrint: TBitBtn
  167.       Left = 288
  168.       Top = 104
  169.       Width = 225
  170.       Height = 41
  171.       Caption = '&Print Barcode (using ReportPrinter)'
  172.       Font.Color = clWindowText
  173.       Font.Height = -11
  174.       Font.Name = 'Arial'
  175.       Font.Style = []
  176.       ParentFont = False
  177.       TabOrder = 8
  178.       OnClick = btPrintClick
  179.       Glyph.Data = {
  180.         78010000424D7801000000000000760000002800000020000000100000000100
  181.         04000000000000000000120B0000120B00000000000000000000000000000000
  182.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  183.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  184.         0003377777777777777308888888888888807F33333333333337088888888888
  185.         88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  186.         8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  187.         8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  188.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  189.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  190.         33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  191.         33333337FFFF77333333333000000333333333377777733333330000}
  192.       NumGlyphs = 2
  193.       Style = bsNew
  194.     end
  195.     object btFont: TBitBtn
  196.       Left = 166
  197.       Top = 104
  198.       Width = 115
  199.       Height = 41
  200.       Caption = 'Select &Font'
  201.       TabOrder = 7
  202.       OnClick = btFontClick
  203.       NumGlyphs = 2
  204.       Style = bsNew
  205.     end
  206.   end
  207.   object Panel1: TPanel
  208.     Left = 0
  209.     Top = 421
  210.     Width = 632
  211.     Height = 32
  212.     Align = alBottom
  213.     BevelOuter = bvNone
  214.     Caption = 
  215.       'Delphi Native Barcode Component - Copyright 1996 Soft Sector, In' +
  216.       'c.  Call (216) 777-3612 to order!'
  217.     Font.Color = clWindowText
  218.     Font.Height = -13
  219.     Font.Name = 'Arial'
  220.     Font.Style = []
  221.     ParentFont = False
  222.     TabOrder = 1
  223.   end
  224.   object FontDialog: TFontDialog
  225.     Font.Color = clWindowText
  226.     Font.Height = -13
  227.     Font.Name = 'System'
  228.     Font.Style = []
  229.     MinFontSize = 0
  230.     MaxFontSize = 0
  231.     Left = 576
  232.     Top = 8
  233.   end
  234.   object ReportPrinter1: TReportPrinter
  235.     StatusFormat = 'Printing page %p'
  236.     UnitsFactor = 1.000000000000000000
  237.     Title = 'ReportPrinter Report'
  238.     Orientation = poPortrait
  239.     ScaleX = 100.000000000000000000
  240.     ScaleY = 100.000000000000000000
  241.     OnPrint = ReportPrinter1Print
  242.     Left = 576
  243.     Top = 40
  244.   end
  245. end
  246.